home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1999 #9 / 1999 CD 9 (black).iso / Tools / FileDuster / Setup.exe / _SETUP.1 / fduster.exe / 0 / RCDATA / TTIPFORM / TTIPFORM.txt < prev   
Encoding:
Text File  |  1998-07-13  |  1.3 KB  |  69 lines

  1. object TipForm: TTipForm
  2.   Left = 413
  3.   Top = 151
  4.   BorderStyle = bsDialog
  5.   Caption = 'Data Quality Control Tip'
  6.   ClientHeight = 286
  7.   ClientWidth = 325
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 325
  21.     Height = 239
  22.     Align = alTop
  23.     BevelOuter = bvNone
  24.     BorderStyle = bsSingle
  25.     Color = clWhite
  26.     TabOrder = 0
  27.     object Image1: TImage
  28.       Left = 15
  29.       Top = 8
  30.       Width = 278
  31.       Height = 63
  32.       Picture.Data = {<image000.bmp>}
  33.     end
  34.     object TipLabel: TLabel
  35.       Left = 10
  36.       Top = 91
  37.       Width = 303
  38.       Height = 130
  39.       AutoSize = False
  40.       Caption = 'Tip goes here'
  41.       WordWrap = True
  42.     end
  43.   end
  44.   object NextTipButton: TButton
  45.     Left = 6
  46.     Top = 254
  47.     Width = 75
  48.     Height = 25
  49.     Hint = 'Shows Next Tip'
  50.     Caption = '&Next Tip'
  51.     ParentShowHint = False
  52.     ShowHint = True
  53.     TabOrder = 1
  54.     OnClick = NextTipButtonClick
  55.   end
  56.   object Button2: TButton
  57.     Left = 98
  58.     Top = 254
  59.     Width = 75
  60.     Height = 25
  61.     Hint = 'Close Tip Window'
  62.     Caption = '&Close'
  63.     ParentShowHint = False
  64.     ShowHint = True
  65.     TabOrder = 2
  66.     OnClick = Button2Click
  67.   end
  68. end
  69.